Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NContinuousMediaExportDialog<TContent> Class / GetTitle Method


In This Topic
    GetTitle Method
    In This Topic
    Gets the title of this dialog.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetTitle() As System.String
    'Usage
     
    
    Dim instance As NContinuousMediaExportDialog(Of TContent)
    Dim value As System.String
     
    value = instance.GetTitle()
    protected virtual System.string GetTitle()
    Remarks
    The default implementation returns a title based on the type of the exporter and the title of the document to export.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also